Project / Edit source
menu item, and
when you click the gadget in text area form fields.
Use the Command and Arguments fields to specify your editor command. Argument parameters are:
%f | file name to edit. |
---|---|
%n | screen name that AWeb is running on, in case your editor supports opening on a public screen. |
Make sure the command will not return until you leave the
editor. For some editors, this will need a STICKY
or
KEEPIO
argument.
Project /
View source
menu function.
Use the Command and Arguments fields to specify your source viewer command. Argument parameters are:
%f | file name to view. |
---|---|
%n | screen name that AWeb is running on, in case your viewer supports opening on a public screen. |
Note that the default setting, MultiView, will not produce the expected results if you happen to have a HTML datatype installed on your system. In that case, the datatype will show the source as HTML again. If this happens, you should configure another viewer.
Use the Command and Arguments fields to specify your source viewer command. Argument parameters are:
%f | file name to view. |
---|---|
%n | screen name that AWeb is running on, in case your viewer supports opening on a public screen. |
%m | MIME type of the image. You can use this in a script that starts a different viewer for different types of image. |
Argument parameters are:
%t | window title |
---|---|
%n | screen name that AWeb is running on. |
If you define the console as NIL:, no window will be opened. This may seem convenient, but you should realize that error messages are lost too.